Autogenerated HTML docs for v2.21.0-rc0
diff --git a/rev-list-options.txt b/rev-list-options.txt index 8a48679..cad711c 100644 --- a/rev-list-options.txt +++ b/rev-list-options.txt
@@ -836,6 +836,13 @@ value (which is always measured in UTC), but does switch the accompanying timezone value. + +`--date=human` shows the timezone if the timezone does not match the +current time-zone, and doesn't print the whole date if that matches +(ie skip printing year for dates that are "this year", but also skip +the whole date itself if it's in the last few days and we can just say +what weekday it was). For older dates the hour and minute is also +omitted. ++ `--date=unix` shows the date as a Unix epoch timestamp (seconds since 1970). As with `--raw`, this is always in UTC and therefore `-local` has no effect.